home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / flybox2.dir / 00007_Script_7 < prev    next >
Text File  |  1995-05-02  |  694b  |  27 lines

  1. on exitFrame
  2.   global gSetFButtons, gprev, gDirMovie, gVolume, gFirstTimeInA
  3.   
  4.   repeat with i = 1 to 48
  5.     puppetSprite i, false
  6.   end repeat
  7.   repeat with i = 1 to 48
  8.     puppetSprite i, true
  9.   end repeat
  10.   if gSetFButtons = 1 then
  11.     repeat with i = 2 to 10
  12.       set the castNum of sprite i = i + 20
  13.     end repeat
  14.     set the castNum of sprite 12=12
  15.     set the castNum of sprite 13 = 51
  16.   else
  17.     repeat with i = 2 to 12
  18.       set the castnum of sprite i = 47
  19.     end repeat
  20.   end if
  21.   if gFirstTimeInA = 1 then 
  22.     set the movieRate of sprite 28 = 1
  23.     set the volume of sprite 28 = gVolume
  24.     set gFirstTimeInA = 0
  25.   end if
  26.   set gprev = "mainframe"
  27. end